From a83135ba1d1d8a0547dd24e934a7744a605449ff Mon Sep 17 00:00:00 2001 From: alexmot Date: Wed, 14 Jan 2004 16:41:22 +0000 Subject: [PATCH] Fix typo in gpx track tag/path mapping git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@651 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 18845bb98..74e1aebaa 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -156,7 +156,7 @@ tag_mapping tag_path_map[] = { { tt_trk, 0, "/gpx/trk" }, { tt_trk_name, 0, "/gpx/trk/name" }, { tt_trk_desc, 0, "/gpx/trk/desc" }, - { tt_trk_trkseg, 0, "/gps/trk/trkseg" }, + { tt_trk_trkseg, 0, "/gpx/trk/trkseg" }, { tt_trk_trkseg_trkpt, 0, "/gpx/trk/trkseg/trkpt" }, { tt_trk_trkseg_trkpt_ele, 0, "/gpx/trk/trkseg/trkpt/ele" }, { tt_trk_trkseg_trkpt_time, 0, "/gpx/trk/trkseg/trkpt/time" }, -- 2.30.2